RRS Component (RRS) Commands

LIST

Lists all RRS contexts associated with an RRSAF DB2 thread in use by the SequeLink Server.

Parameters

None

Example

RRS LIST lists all RRS contexts, their status, and their age.

RELEASE

Releases RRS contexts associated with reusable DB2 threads that are not used for a specified period.

Parameters

AGE=dddd

Specifies the period, in seconds. When this value is omitted, a value of 300 seconds is used.

Example

RRS RELEASE AGE=60 releases the reusable DB2 threads not used within that last minute, but keeps at least the number of DB2 threads available as specified in ServiceDB2MinThreads in the SequeLink configuration file.

RRS RELEASE AGE=0 releases all reusable DB2 threads even if their reusable status is current, or the value is specified in the SequeLink configuration file for ServiceDB2MinThreads.